home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0195.ZIP / READ-ME.DOC < prev    next >
Text File  |  1986-02-10  |  4KB  |  78 lines

  1.      *-------------------------- TURBO S.I.X. ---------------------------*
  2.      |                              #106                                 |
  3.      |                                                                   |
  4.      | A collection of useful routines for the IBM-PC and compatibles    |
  5.      | which illustrate the use of DOS functions as called from your     |
  6.      | Turbo programs. Also you will find some very useful data          |
  7.      | structures that permit fast,easy direct manipulation of the video |
  8.      | screen image. Thanks to Neil J. Reubenking for making these tools |
  9.      | available. If you use them to create a commercially successful    |
  10.      | product, show your appreciation by sending Neil a contribution.   |
  11.      |                                                                   |
  12.      | See TURBO S.I.X. disk #102 for more examples of DOS functions     |
  13.      | and interrupts.                                                   |
  14.      *-------------------------------------------------------------------*
  15.  
  16.  
  17.      The files on this disk fall into five categories.  They can be
  18.      recognized as follows:
  19.  
  20.      1. Global type definitions. Extension of .TYP.
  21.      2. Subprogram libraries. Extension of .LIB.
  22.      3. Data files used by programs. Extension of .DAT.
  23.      4. Compileable source code. Extension of .PAS.
  24.      5. Documentation files. File name of READ-ME and/or extension of .DOC.
  25.  
  26.      The subprogram libraries and global type definitions are included in
  27.      one or more compileable programs using the $Include compiler directive.
  28.      Any of the .PAS files may be compiled as is. Note that some of them
  29.      may NOT be compiled and executed using the <M>em compiler option.
  30.  
  31.      READ-ME  1ST    30369    Authors comments.
  32.      SUCCESS  DOC     7867    Source of additional DOS routines.
  33.      FILES    DOC     4809    File list with authors comments.
  34.  
  35.      The following list is sorted by general category and by filename
  36.      within that category. See FILES.DOC for a file list including
  37.      comments by the author about each file.
  38.  
  39.      REGPACK  TYP      103    EXTENDIO DAT     3154
  40.      SCREENS  TYP      899    KEYCHART DAT     1742
  41.      ALLFILES LIB     6955    POPSCREN DAT     2049
  42.      CIRCLE   LIB     1259    SCANCODE DAT     2735
  43.      CURSOR   LIB      913    ALLFILES PAS     2485
  44.      DISKTYP  LIB     1571    CIRCLE   PAS      530
  45.      EQUIPMNT LIB     2642    CURSOR   PAS     1280
  46.      ERRMESSG LIB     1432    DISKMOD  PAS    12762
  47.      EXISTFIL LIB     1218    DISKTYP  PAS      656
  48.      EXTENDIO LIB     8862    EQUIPMNT PAS      983
  49.      FILEATTR LIB     1061    EXISTFIL PAS      812
  50.      GETFILE  LIB     3841    EXTENDIO PAS     2482
  51.      GETFREE  LIB     1417    FANCYKEY PAS     3862
  52.      GETINTGR LIB     3183    FILEATTR PAS     2428
  53.      GETKEYS  LIB      755    GETFILE  PAS     6299
  54.      GETSECTR LIB     2571    GETFREE  PAS     1126
  55.      GETSETDD LIB      983    GETINTGR PAS     1137
  56.      GRFXTABL LIB     1210    GETKEYS  PAS     1071
  57.      GTSETDIR LIB     1638    GETSETDD PAS      566
  58.      HEXFUNCT LIB     1475    GRFXTABL PAS     1795
  59.      KAVAIL   LIB      467    GTSETDIR PAS     1744
  60.      KEYBOARD LIB     1581    HEXFUNCT PAS     1215
  61.      MKRMDIR  LIB     1581    KAVAIL   PAS      331
  62.      MONITOR  LIB      700    KEYBOARD PAS     2139
  63.      MOVEFILE LIB     1530    LABEL    PAS    10969
  64.      NEWINT9  LIB     3475    LESSRAM  PAS     2745
  65.      PARAMETR LIB      803    MKRMDIR  PAS     1366
  66.      POPSCREN LIB     1771    MOVEFILE PAS      854
  67.      QUEUE    LIB     1892    NEWINT9  PAS     1398
  68.      REBOOT   LIB      742    NOSOUND  PAS       44
  69.      RECTANGL LIB      767    NUMDISKS PAS     3394
  70.      SAFEWRIT LIB     1014    PARAMETR PAS     1233
  71.      SCREEN   LIB     1914    POPSCREN PAS     6110
  72.      TITLES   LIB     1022    QUEUE    PAS     2234
  73.      WINDOWS  LIB     2737    RECTANGL PAS      888
  74.                               SAFEWRIT PAS     1087
  75.                               SCREEN   PAS     4025
  76.                               TITLES   PAS     1496
  77.                               WINDOWS  PAS     1533
  78.